Socket
Socket
Sign inDemoInstall

lodash.deburr

Package Overview
Dependencies
Maintainers
3
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

lodash.deburr

The lodash method `_.deburr` exported as a module.


Version published
Maintainers
3
Created

What is lodash.deburr?

The lodash.deburr package is a utility that removes diacritical marks (accents) from letters in a string, converting them to their basic Latin alphabet equivalents. This is particularly useful for normalizing text for comparison, search, or display purposes.

What are lodash.deburr's main functionalities?

Remove diacritical marks

This feature removes diacritical marks from the input string. In the example, 'déjà vu' is converted to 'deja vu'.

const deburr = require('lodash.deburr');
const result = deburr('déjà vu');
console.log(result); // Output: 'deja vu'

Other packages similar to lodash.deburr

Keywords

FAQs

Package last updated on 08 Feb 2016

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc